Welcome![Sign In][Sign Up]
Location:
Search - run length

Search list

[Graph program8位的RLE编码算法

Description: Run Length Encoding compressor program 8 bit header version
Platform: | Size: 15360 | Author: 江丰 | Hits:

[Graph programPicPRG

Description: VC读取BMP图,以及经典的边缘检测算法,还包括游程编码,本程序实现了检测、提取、压缩bmp图的边缘图像。-VC read BMP map, and the classic edge detection algorithms, including run-length coding, the program of detection, extraction, compression bmp image map to the brink.
Platform: | Size: 52224 | Author: 罗永 | Hits:

[2D GraphicJPEG算法

Description: jpeg压缩与解码的小程序,vc下开发的。//Name:compress.c//Purpose: Run length algorithm and Jpeg decoding//Author: phoenix, CS, TshingHua, Beijing, P.R.C.//Email: bjlufengjun@www.163.net or lufengjun@hotmail.com//Date:April 3, 1998-a small programme of jpeg codec and decode in VC
Platform: | Size: 122880 | Author: 石后生 | Hits:

[Compress-Decompress algrithmsrle_rld

Description: matlab实现的游程编码的编码与解码过程,rle实现编码,rld实现解码,简单实用-achieve Matlab run-length coding of the coding and decoding process, rle achieve coding, rld decoder, simple and practical
Platform: | Size: 1024 | Author: 郭复胜 | Hits:

[2D Graphicrunlengthcode

Description: 对二值图像(黑白图像)每行值进行RUN-LENGTH编码和解码-pair of two binary image (black-and-white images) per line value RUN-LENGTH coding and decoding
Platform: | Size: 1024 | Author: qq | Hits:

[File Formatdatapress

Description: 数据压缩实验指导,有游程编码和预测编码的实现-data compression guidance, and with run-length coding and coding to achieve forecast
Platform: | Size: 9216 | Author: le | Hits:

[Compress-Decompress algrithmsshujuyasuoyouchenbianma

Description: 数据压缩游程编码示例,模拟游程编码过程,可以做课程设计使用.-data compression run-length coding examples and simulation run-length coding process can be done using the curriculum design.
Platform: | Size: 1024 | Author: 陈玲玲 | Hits:

[Compress-Decompress algrithmsrun-length_encode.tar

Description: 實現基本的資料壓縮演算法的參考,以run-length編碼的的演算法機制,所得出的源碼-achieve basic data compression algorithm reference a run-length encoding algorithm mechanism, derived from the source
Platform: | Size: 1024 | Author: 余少仁 | Hits:

[OtherRLL

Description: rll(run length limited) code for channel simulate-rll (run length limited) code for channel's imulate
Platform: | Size: 2048 | Author: zxl | Hits:

[matlabRLEencoding

Description: A simple (de)compression program using Run Length Encoding. Compression is done that easy: compressedData = rle(originalData) Decompression: originalData = rle(compressedData) -A simple (de) compression program using Run Length Encoding.Compression is done that easy: compressedData = rle (originalData) Decompression: originalData = rle (compressedData)
Platform: | Size: 1024 | Author: 阳关 | Hits:

[Graph programDCTRLE

Description: matlab编写的dct变换及游程编码解码程序-matlab prepared DCT transform and run-length coding decoding procedures
Platform: | Size: 2048 | Author: zhangmin | Hits:

[Compress-Decompress algrithmsRLE

Description: RLE游程长度编码,基于VC6.0平台,应用于图形图像编码,为常用编码法。-RLE Run-length encoding, based on VC6.0 platform graphics image coding used for the commonly used coding method.
Platform: | Size: 623616 | Author: shen | Hits:

[Special Effectsupload_alex05

Description: 1.实现图案化和抖动技术以及bmp2txt源代码 2.图象的边沿检测与提取,轮廓跟踪算法代码 3.图象的几何变换算法 4.图象的检测,模板匹配算法代码 5.图象读取,特效,显示封装库FLib1.1及DEMO源代码 6.闪屏图形特技效果的实现代码 7.图象平滑处理源代码 8.行程编码,JPEG压缩编码 9.用小波变换对图象进行灰度处理 0.直方图修正和彩色变换算法代码 -1. The realization of designs and technologies, as well as jitter bmp2txt source code 2. Image edge detection and extraction, contour tracking algorithm code 3. Image Geometric Transform Algorithm 4. Image detection, template matching algorithm for code 5. Image Reading admission, special effects, show packaging and FLib1.1 Library DEMO source code 6. flashover screen graphics special effects of the realization of the code 7. Image smoothing the source code 8. Run-Length Coding, JPEG compression coding 9. using wavelet transform of image gray handle 0. histogram correction and color transformation algorithm code
Platform: | Size: 3354624 | Author: huangzhen | Hits:

[Graph programrun_length_coding

Description: JPEG Run-Length Encoder 1) zero-run-length 2) bit-size for amplitude 3) amplitude
Platform: | Size: 8192 | Author: mayang | Hits:

[Special Effectsjpeg

Description: 论文主要介绍了JPEG的编码和解码过程。该程序的编码部分能把一张BMP格式的图象进行JEPG编码,压缩成以二进制形式保存的文件;通过相应的解码程序又可以把图象解压缩出来。在图象传送过程中,我们经常采用JPEG格式对静态图象进行编码。JPEG基本系统是一种有损编码,无法完全恢复出原图象,信息有一定的丢失,称为有损压缩。尽管我们希望能够无损压缩,但是通常有损压缩的压缩比(即原图象占的字节数与压缩后图象占的字节数之比,压缩比越大,说明压缩效率越高)比无损压缩的高。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。解码时,进行熵解码,反量化,反离散余弦变换(IDCT)。
Platform: | Size: 1959936 | Author: 李明 | Hits:

[Compress-Decompress algrithmsList1-2

Description: 壓縮演算法-基本的資料壓縮演算法-插表示Run-Length編碼的碼-Compression algorithm- the basic data compression algorithm- Play Run-Length Encoding express code
Platform: | Size: 1024 | Author: | Hits:

[Compress-Decompress algrithmsLIST4-6

Description: 壓縮演算法-基本的資料壓縮演算法-Run-Length編碼的解壓縮程式~對應list1-3-Compression algorithm- the basic data compression algorithms-Run-Length coding corresponding decompression program ~ list1-3
Platform: | Size: 1024 | Author: | Hits:

[Compress-Decompress algrithmsRLE

Description: This the code about run length encoding-This is the code about run length encoding
Platform: | Size: 93184 | Author: john smith | Hits:

[OtherRunLengthCoding

Description: 用C语言实现《信息论与编码》里的游程编码(黑白用数字表示)。-Using C language implementation, " Information Theory and Coding," in the run-length coding (black and white with that figure).
Platform: | Size: 1024 | Author: 清风细雨 | Hits:

[Compress-Decompress algrithmsRun-length encoding?(RLE)

Description: run length encoding的Matlab程序,纯原创,请勿抄袭!(This is a Matlab program for run length encoding.)
Platform: | Size: 50176 | Author: 海涵 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 28 »

CodeBus www.codebus.net